X-Git-Url: http://git.cyclocoop.org//%22http:/%22.attribut_html%28%24lesurls%5B%24numero%5D%29.%22/%22?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=ff7b5f9a67b00efc4002197a33b159c30292dde0;hb=25fdd5de7d8668e02f9dcae6c228010bd7de789a;hp=3a809d3d7787203b9550b430b55a0d1e105ce9eb;hpb=90b3cc8b66d30725cd254f9e2e5098e0a6cb3be6;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 3a809d3d77..ff7b5f9a67 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -48,6 +48,10 @@ production. allows more than one value of $wgLocalInterwiki to be specified and understood by the parser. The value of $wgLocalInterwiki is automatically prepended to the start of this array. +* $wgQueryPages has been removed. Query Pages should be added to by using the + wgQueryPages hook. +* $wgHttpOnlyBlacklist has been removed. +* $wgLicenseTerms has been removed as it was unused. === New features in 1.23 === * ResourceLoader can utilize the Web Storage API to cache modules client-side. @@ -126,6 +130,11 @@ production. * Special:UserLogin/signup now does AJAX checks for invalid and taken usernames, displaying the error live. * Added BaseTemplateAfterPortlet hook to allow injecting html after portlets in skins. +* Support has been added for a JSON based localisation file format. The + installer has been updated to use it. +* Changes to content typography (fonts, line-height, etc.). See + https://www.mediawiki.org/wiki/Typography_refresh for further information. +* ResourceLoader: mw.loader.using() now implements a Promise interface. === Bug fixes in 1.23 === * (bug 41759) The "updated since last visit" markers (on history pages, recent @@ -136,6 +145,10 @@ production. when the email address is already confirmed. Also, consistently use "confirmed", rather than "authenticated", when messaging whether or not the user has confirmed an email address. +* (bug 19415) action=render no longer shows section edit links. This affects + behavior of several other features where (bogus) section edit links will + disappear, such as file description pages loaded via $wgUseInstantCommons or + pages transcluded cross-wiki via $wgEnableScaryTranscluding. * (bug 56912) Show correct link color on cached result of Special:DeadendPages. * Classes TitleListDependency and TitleDependency have been removed, as they have been found unused in core and extensions for a long time. @@ -218,6 +231,8 @@ production. * (bug 42026) Added ucshow={new,!new,top,!top} to list=usercontribs. Also added newonly to action=feedcontributions. * (bug 42026) Deprecated uctoponly in favor of ucshow=top. +* list=search no longer has a "srredirects" parameter. Redirects are now + included in all searches. === Languages updated in 1.23 === @@ -225,6 +240,8 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. +* Support was added for Algerian Spoken Arabic (arq). +* Support was added for Riograndenser Hunsrückisch (hrx). * Support was added for Northern Luri (lrc). === Other changes in 1.23 === @@ -293,6 +310,15 @@ changes to languages because of Bugzilla reports. * RecentChange::mExtra['lang'] is no longer set and should no longer be used. Extensions should read from other configuration variables, including $wgLocalInterwikis, to identify the current wiki. +* Sections in the parser test framework have been renamed and the old + section names are deprecated. Please use "!!wikitext" and "!!html" + (or "!!html/php") instead of "!!input" and "!!result". This allows + us to extend parser tests to accommodate additional input/output + pairs, such as "!!html/parsoid" (for the output of the Parsoid + parser, where it differs from the PHP parser). +* Special:Search no longer has an "include redirects" option on the advanced + tab. Redirects are now included in all searches. +* mediawiki.api.category's getCategories() 'async' parameter was deprecated. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18)